Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-1029 | GEN006160 | SV-40379r1_rule | ECLP-1 | Medium |
Description |
---|
If the smbpasswd file is not owned by root, the smbpasswd file may be maliciously accessed or modified, potentially resulting in the compromise of Samba accounts. |
STIG | Date |
---|---|
AIX 6.1 SECURITY TECHNICAL IMPLEMENTATION GUIDE | 2018-09-18 |
Check Text ( C-39245r1_chk ) |
---|
Check the ownership of the smbpasswd file. # ls -l /var/private/smbpasswd If an smbpasswd file is not owned by root, this is a finding. |
Fix Text (F-34347r1_fix) |
---|
Change the owner of the smbpasswd file to root. # chown root /var/private/smbpasswd |